home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global scrollthumbsp
- if the optionDown then
- thumbpressed(the mouseV - (the height of sprite scrollthumbsp / 2))
- exit
- end if
- if the mouseV < the top of sprite scrollthumbsp then
- repeat while the stillDown
- if rollOver(the clickOn) then
- pagedown()
- end if
- end repeat
- else
- repeat while the stillDown
- if rollOver(the clickOn) then
- pageup()
- end if
- end repeat
- end if
- indicateoff()
- end
-